Fluent Assertions Documentation
FluentAssertions.Collections Namespace / GenericCollectionAssertions<TCollection,T,TAssertions> Class / GenericCollectionAssertions<TCollection,T,TAssertions> Constructor
In This Topic
    GenericCollectionAssertions<TCollection,T,TAssertions> Constructor
    In This Topic
    Syntax
    public GenericCollectionAssertions<TCollection,T,TAssertions>( 
       TCollection actualValue,
       AssertionChain assertionChain
    )

    Parameters

    actualValue
    assertionChain
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also